PointsGenerator

A line graph. Given points produces all points upon the line.

Uses the GC.

Constructors

this
this(Point startAt)
Undocumented in source.

Members

Functions

arcOf
void arcOf(Point location, Point arc_radius)
Undocumented in source. Be warned that the author may not have intended to support it.
bezierOf
void bezierOf(Point location, Point[] control)
Undocumented in source. Be warned that the author may not have intended to support it.
generate
auto generate(double interval)
Undocumented in source. Be warned that the author may not have intended to support it.
lineTo
void lineTo(Point location)
Undocumented in source. Be warned that the author may not have intended to support it.
pointAt
void pointAt(Point location)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta